home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / bin / pod2man < prev    next >
Text File  |  2008-07-24  |  20KB  |  513 lines

  1. #!/usr/bin/perl
  2.     eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
  3.         if $running_under_some_shell;
  4.  
  5. # pod2man -- Convert POD data to formatted *roff input.
  6. # $Id: pod2man.PL,v 1.16 2006-01-21 01:53:55 eagle Exp $
  7. #
  8. # Copyright 1999, 2000, 2001, 2004, 2006 by Russ Allbery <rra@stanford.edu>
  9. #
  10. # This program is free software; you may redistribute it and/or modify it
  11. # under the same terms as Perl itself.
  12.  
  13. require 5.004;
  14.  
  15. use Getopt::Long qw(GetOptions);
  16. use Pod::Man ();
  17. use Pod::Usage qw(pod2usage);
  18.  
  19. use strict;
  20.  
  21. # Silence -w warnings.
  22. use vars qw($running_under_some_shell);
  23.  
  24. # Insert -- into @ARGV before any single dash argument to hide it from
  25. # Getopt::Long; we want to interpret it as meaning stdin.
  26. my $stdin;
  27. @ARGV = map { $_ eq '-' && !$stdin++ ? ('--', $_) : $_ } @ARGV;
  28.  
  29. # Parse our options, trying to retain backwards compatibility with pod2man but
  30. # allowing short forms as well.  --lax is currently ignored.
  31. my %options;
  32. Getopt::Long::config ('bundling_override');
  33. GetOptions (\%options, 'section|s=s', 'release|r:s', 'center|c=s',
  34.             'date|d=s', 'fixed=s', 'fixedbold=s', 'fixeditalic=s',
  35.             'fixedbolditalic=s', 'name|n=s', 'official|o', 'quotes|q=s',
  36.             'lax|l', 'help|h', 'verbose|v') or exit 1;
  37. pod2usage (0) if $options{help};
  38.  
  39. # Official sets --center, but don't override things explicitly set.
  40. if ($options{official} && !defined $options{center}) {
  41.     $options{center} = 'Perl Programmers Reference Guide';
  42. }
  43.  
  44. # Verbose is only our flag, not a Pod::Man flag.
  45. my $verbose = $options{verbose};
  46. delete $options{verbose};
  47.  
  48. # This isn't a valid Pod::Man option and is only accepted for backwards
  49. # compatibility.
  50. delete $options{lax};
  51.  
  52. # Initialize and run the formatter, pulling a pair of input and output off at
  53. # a time.
  54. my $parser = Pod::Man->new (%options);
  55. my @files;
  56. do {
  57.     @files = splice (@ARGV, 0, 2);
  58.     print "  $files[1]\n" if $verbose;
  59.     $parser->parse_from_file (@files);
  60. } while (@ARGV);
  61.  
  62. __END__
  63.  
  64. =head1 NAME
  65.  
  66. pod2man - Convert POD data to formatted *roff input
  67.  
  68. =head1 SYNOPSIS
  69.  
  70. pod2man [B<--section>=I<manext>] [B<--release>[=I<version>]]
  71. [B<--center>=I<string>] [B<--date>=I<string>] [B<--fixed>=I<font>]
  72. [B<--fixedbold>=I<font>] [B<--fixeditalic>=I<font>]
  73. [B<--fixedbolditalic>=I<font>] [B<--name>=I<name>] [B<--official>]
  74. [B<--lax>] [B<--quotes>=I<quotes>] [B<--verbose>]
  75. [I<input> [I<output>] ...]
  76.  
  77. pod2man B<--help>
  78.  
  79. =head1 DESCRIPTION
  80.  
  81. B<pod2man> is a front-end for Pod::Man, using it to generate *roff input
  82. from POD source.  The resulting *roff code is suitable for display on a
  83. terminal using nroff(1), normally via man(1), or printing using troff(1).
  84.  
  85. I<input> is the file to read for POD source (the POD can be embedded in
  86. code).  If I<input> isn't given, it defaults to STDIN.  I<output>, if given,
  87. is the file to which to write the formatted output.  If I<output> isn't
  88. given, the formatted output is written to STDOUT.  Several POD files can be
  89. processed in the same B<pod2man> invocation (saving module load and compile
  90. times) by providing multiple pairs of I<input> and I<output> files on the
  91. command line.
  92.  
  93. B<--section>, B<--release>, B<--center>, B<--date>, and B<--official> can be
  94. used to set the headers and footers to use; if not given, Pod::Man will
  95. assume various defaults.  See below or L<Pod::Man> for details.
  96.  
  97. B<pod2man> assumes that your *roff formatters have a fixed-width font named
  98. CW.  If yours is called something else (like CR), use B<--fixed> to specify
  99. it.  This generally only matters for troff output for printing.  Similarly,
  100. you can set the fonts used for bold, italic, and bold italic fixed-width
  101. output.
  102.  
  103. Besides the obvious pod conversions, Pod::Man, and therefore pod2man also
  104. takes care of formatting func(), func(n), and simple variable references
  105. like $foo or @bar so you don't have to use code escapes for them; complex
  106. expressions like C<$fred{'stuff'}> will still need to be escaped, though.
  107. It also translates dashes that aren't used as hyphens into en dashes, makes
  108. long dashes--like this--into proper em dashes, fixes "paired quotes," and
  109. takes care of several other troff-specific tweaks.  See L<Pod::Man> for
  110. complete information.
  111.  
  112. =head1 OPTIONS
  113.  
  114. =over 4
  115.  
  116. =item B<-c> I<string>, B<--center>=I<string>
  117.  
  118. Sets the centered page header to I<string>.  The default is "User
  119. Contributed Perl Documentation", but also see B<--official> below.
  120.  
  121. =item B<-d> I<string>, B<--date>=I<string>
  122.  
  123. Set the left-hand footer string to this value.  By default, the modification
  124. date of the input file will be used, or the current date if input comes from
  125. STDIN.
  126.  
  127. =item B<--fixed>=I<font>
  128.  
  129. The fixed-width font to use for vertabim text and code.  Defaults to CW.
  130. Some systems may want CR instead.  Only matters for troff(1) output.
  131.  
  132. =item B<--fixedbold>=I<font>
  133.  
  134. Bold version of the fixed-width font.  Defaults to CB.  Only matters for
  135. troff(1) output.
  136.  
  137. =item B<--fixeditalic>=I<font>
  138.  
  139. Italic version of the fixed-width font (actually, something of a misnomer,
  140. since most fixed-width fonts only have an oblique version, not an italic
  141. version).  Defaults to CI.  Only matters for troff(1) output.
  142.  
  143. =item B<--fixedbolditalic>=I<font>
  144.  
  145. Bold italic (probably actually oblique) version of the fixed-width font.
  146. Pod::Man doesn't assume you have this, and defaults to CB.  Some systems
  147. (such as Solaris) have this font available as CX.  Only matters for troff(1)
  148. output.
  149.  
  150. =item B<-h>, B<--help>
  151.  
  152. Print out usage information.
  153.  
  154. =item B<-l>, B<--lax>
  155.  
  156. No longer used.  B<pod2man> used to check its input for validity as a manual
  157. page, but this should now be done by L<podchecker(1)> instead.  Accepted for
  158. backwards compatibility; this option no longer does anything.
  159.  
  160. =item B<-n> I<name>, B<--name>=I<name>
  161.  
  162. Set the name of the manual page to I<name>.  Without this option, the manual
  163. name is set to the uppercased base name of the file being converted unless
  164. the manual section is 3, in which case the path is parsed to see if it is a
  165. Perl module path.  If it is, a path like C<.../lib/Pod/Man.pm> is converted
  166. into a name like C<Pod::Man>.  This option, if given, overrides any
  167. automatic determination of the name.
  168.  
  169. Note that this option is probably not useful when converting multiple POD
  170. files at once.  The convention for Unix man pages for commands is for the
  171. man page title to be in all-uppercase even if the command isn't.
  172.  
  173. =item B<-o>, B<--official>
  174.  
  175. Set the default header to indicate that this page is part of the standard
  176. Perl release, if B<--center> is not also given.
  177.  
  178. =item B<-q> I<quotes>, B<--quotes>=I<quotes>
  179.  
  180. Sets the quote marks used to surround CE<lt>> text to I<quotes>.  If
  181. I<quotes> is a single character, it is used as both the left and right
  182. quote; if I<quotes> is two characters, the first character is used as the
  183. left quote and the second as the right quoted; and if I<quotes> is four
  184. characters, the first two are used as the left quote and the second two as
  185. the right quote.
  186.  
  187. I<quotes> may also be set to the special value C<none>, in which case no
  188. quote marks are added around CE<lt>> text (but the font is still changed for
  189. troff output).
  190.  
  191. =item B<-r>, B<--release>
  192.  
  193. Set the centered footer.  By default, this is the version of Perl you run
  194. B<pod2man> under.  Note that some system an macro sets assume that the
  195. centered footer will be a modification date and will prepend something like
  196. "Last modified: "; if this is the case, you may want to set B<--release> to
  197. the last modified date and B<--date> to the version number.
  198.  
  199. =item B<-s>, B<--section>
  200.  
  201. Set the section for the C<.TH> macro.  The standard section numbering
  202. convention is to use 1 for user commands, 2 for system calls, 3 for
  203. functions, 4 for devices, 5 for file formats, 6 for games, 7 for
  204. miscellaneous information, and 8 for administrator commands.  There is a lot
  205. of variation here, however; some systems (like Solaris) use 4 for file
  206. formats, 5 for miscellaneous information, and 7 for devices.  Still others
  207. use 1m instead of 8, or some mix of both.  About the only section numbers
  208. that are reliably consistent are 1, 2, and 3.
  209.  
  210. By default, section 1 will be used unless the file ends in .pm in which case
  211. section 3 will be selected.
  212.  
  213. =item B<-v>, B<--verbose>
  214.  
  215. Print out the name of each output file as it is being generated.
  216.  
  217. =back
  218.  
  219. =head1 DIAGNOSTICS
  220.  
  221. If B<pod2man> fails with errors, see L<Pod::Man> and L<Pod::Simple> for
  222. information about what those errors might mean.
  223.  
  224. =head1 EXAMPLES
  225.  
  226.     pod2man program > program.1
  227.     pod2man SomeModule.pm /usr/perl/man/man3/SomeModule.3
  228.     pod2man --section=7 note.pod > note.7
  229.  
  230. If you would like to print out a lot of man page continuously, you probably
  231. want to set the C and D registers to set contiguous page numbering and
  232. even/odd paging, at least on some versions of man(7).
  233.  
  234.     troff -man -rC1 -rD1 perl.1 perldata.1 perlsyn.1 ...
  235.  
  236. To get index entries on stderr, turn on the F register, as in:
  237.  
  238.     troff -man -rF1 perl.1
  239.  
  240. The indexing merely outputs messages via C<.tm> for each major page,
  241. section, subsection, item, and any C<XE<lt>E<gt>> directives.  See
  242. L<Pod::Man> for more details.
  243.  
  244. =head1 BUGS
  245.  
  246. Lots of this documentation is duplicated from L<Pod::Man>.
  247.  
  248. =head1 NOTES
  249.  
  250. For those not sure of the proper layout of a man page, here are some notes
  251. on writing a proper man page.
  252.  
  253. The name of the program being documented is conventionally written in bold
  254. (using BE<lt>E<gt>) wherever it occurs, as are all program options.
  255. Arguments should be written in italics (IE<lt>E<gt>).  Functions are
  256. traditionally written in italics; if you write a function as function(),
  257. Pod::Man will take care of this for you.  Literal code or commands should
  258. be in CE<lt>E<gt>.  References to other man pages should be in the form
  259. C<manpage(section)>, and Pod::Man will automatically format those
  260. appropriately.  As an exception, it's traditional not to use this form when
  261. referring to module documentation; use C<LE<lt>Module::NameE<gt>> instead.
  262.  
  263. References to other programs or functions are normally in the form of man
  264. page references so that cross-referencing tools can provide the user with
  265. links and the like.  It's possible to overdo this, though, so be careful not
  266. to clutter your documentation with too much markup.
  267.  
  268. The major headers should be set out using a C<=head1> directive, and are
  269. historically written in the rather startling ALL UPPER CASE format, although
  270. this is not mandatory.  Minor headers may be included using C<=head2>, and
  271. are typically in mixed case.
  272.  
  273. The standard sections of a manual page are:
  274.  
  275. =over 4
  276.  
  277. =item NAME
  278.  
  279. Mandatory section; should be a comma-separated list of programs or functions
  280. documented by this podpage, such as:
  281.  
  282.     foo, bar - programs to do something
  283.  
  284. Manual page indexers are often extremely picky about the format of this
  285. section, so don't put anything in it except this line.  A single dash, and
  286. only a single dash, should separate the list of programs or functions from
  287. the description.  Functions should not be qualified with C<()> or the like.
  288. The description should ideally fit on a single line, even if a man program
  289. replaces the dash with a few tabs.
  290.  
  291. =item SYNOPSIS
  292.  
  293. A short usage summary for programs and functions.  This section is mandatory
  294. for section 3 pages.
  295.  
  296. =item DESCRIPTION
  297.  
  298. Extended description and discussion of the program or functions, or the body
  299. of the documentation for man pages that document something else.  If
  300. particularly long, it's a good idea to break this up into subsections
  301. C<=head2> directives like:
  302.  
  303.     =head2 Normal Usage
  304.  
  305.     =head2 Advanced Features
  306.  
  307.     =head2 Writing Configuration Files
  308.  
  309. or whatever is appropriate for your documentation.
  310.  
  311. =item OPTIONS
  312.  
  313. Detailed description of each of the command-line options taken by the
  314. program.  This should be separate from the description for the use of things
  315. like L<Pod::Usage|Pod::Usage>.  This is normally presented as a list, with
  316. each option as a separate C<=item>.  The specific option string should be
  317. enclosed in BE<lt>E<gt>.  Any values that the option takes should be
  318. enclosed in IE<lt>E<gt>.  For example, the section for the option
  319. B<--section>=I<manext> would be introduced with:
  320.  
  321.     =item B<--section>=I<manext>
  322.  
  323. Synonymous options (like both the short and long forms) are separated by a
  324. comma and a space on the same C<=item> line, or optionally listed as their
  325. own item with a reference to the canonical name.  For example, since
  326. B<--section> can also be written as B<-s>, the above would be:
  327.  
  328.     =item B<-s> I<manext>, B<--section>=I<manext>
  329.  
  330. (Writing the short option first is arguably easier to read, since the long
  331. option is long enough to draw the eye to it anyway and the short option can
  332. otherwise get lost in visual noise.)
  333.  
  334. =item RETURN VALUE
  335.  
  336. What the program or function returns, if successful.  This section can be
  337. omitted for programs whose precise exit codes aren't important, provided
  338. they return 0 on success as is standard.  It should always be present for
  339. functions.
  340.  
  341. =item ERRORS
  342.  
  343. Exceptions, error return codes, exit statuses, and errno settings.
  344. Typically used for function documentation; program documentation uses
  345. DIAGNOSTICS instead.  The general rule of thumb is that errors printed to
  346. STDOUT or STDERR and intended for the end user are documented in DIAGNOSTICS
  347. while errors passed internal to the calling program and intended for other
  348. programmers are documented in ERRORS.  When documenting a function that sets
  349. errno, a full list of the possible errno values should be given here.
  350.  
  351. =item DIAGNOSTICS
  352.  
  353. All possible messages the program can print out--and what they mean.  You
  354. may wish to follow the same documentation style as the Perl documentation;
  355. see perldiag(1) for more details (and look at the POD source as well).
  356.  
  357. If applicable, please include details on what the user should do to correct
  358. the error; documenting an error as indicating "the input buffer is too
  359. small" without telling the user how to increase the size of the input buffer
  360. (or at least telling them that it isn't possible) aren't very useful.
  361.  
  362. =item EXAMPLES
  363.  
  364. Give some example uses of the program or function.  Don't skimp; users often
  365. find this the most useful part of the documentation.  The examples are
  366. generally given as verbatim paragraphs.
  367.  
  368. Don't just present an example without explaining what it does.  Adding a
  369. short paragraph saying what the example will do can increase the value of
  370. the example immensely.
  371.  
  372. =item ENVIRONMENT
  373.  
  374. Environment variables that the program cares about, normally presented as a
  375. list using C<=over>, C<=item>, and C<=back>.  For example:
  376.  
  377.     =over 6
  378.  
  379.     =item HOME
  380.  
  381.     Used to determine the user's home directory.  F<.foorc> in this
  382.     directory is read for configuration details, if it exists.
  383.  
  384.     =back
  385.  
  386. Since environment variables are normally in all uppercase, no additional
  387. special formatting is generally needed; they're glaring enough as it is.
  388.  
  389. =item FILES
  390.  
  391. All files used by the program or function, normally presented as a list, and
  392. what it uses them for.  File names should be enclosed in FE<lt>E<gt>.  It's
  393. particularly important to document files that will be potentially modified.
  394.  
  395. =item CAVEATS
  396.  
  397. Things to take special care with, sometimes called WARNINGS.
  398.  
  399. =item BUGS
  400.  
  401. Things that are broken or just don't work quite right.
  402.  
  403. =item RESTRICTIONS
  404.  
  405. Bugs you don't plan to fix.  :-)
  406.  
  407. =item NOTES
  408.  
  409. Miscellaneous commentary.
  410.  
  411. =item AUTHOR
  412.  
  413. Who wrote it (use AUTHORS for multiple people).  Including your current
  414. e-mail address (or some e-mail address to which bug reports should be sent)
  415. so that users have a way of contacting you is a good idea.  Remember that
  416. program documentation tends to roam the wild for far longer than you expect
  417. and pick an e-mail address that's likely to last if possible.
  418.  
  419. =item HISTORY
  420.  
  421. Programs derived from other sources sometimes have this, or you might keep
  422. a modification log here.  If the log gets overly long or detailed,
  423. consider maintaining it in a separate file, though.
  424.  
  425. =item COPYRIGHT AND LICENSE
  426.  
  427. For copyright
  428.  
  429.     Copyright YEAR(s) by YOUR NAME(s)
  430.  
  431. (No, (C) is not needed.  No, "all rights reserved" is not needed.)
  432.  
  433. For licensing the easiest way is to use the same licensing as Perl itself:
  434.  
  435.     This library is free software; you may redistribute it and/or modify
  436.     it under the same terms as Perl itself.
  437.  
  438. This makes it easy for people to use your module with Perl.  Note that
  439. this licensing is neither an endorsement or a requirement, you are of
  440. course free to choose any licensing.
  441.  
  442. =item SEE ALSO
  443.  
  444. Other man pages to check out, like man(1), man(7), makewhatis(8), or
  445. catman(8).  Normally a simple list of man pages separated by commas, or a
  446. paragraph giving the name of a reference work.  Man page references, if they
  447. use the standard C<name(section)> form, don't have to be enclosed in
  448. LE<lt>E<gt> (although it's recommended), but other things in this section
  449. probably should be when appropriate.
  450.  
  451. If the package has a mailing list, include a URL or subscription
  452. instructions here.
  453.  
  454. If the package has a web site, include a URL here.
  455.  
  456. =back
  457.  
  458. In addition, some systems use CONFORMING TO to note conformance to relevant
  459. standards and MT-LEVEL to note safeness for use in threaded programs or
  460. signal handlers.  These headings are primarily useful when documenting parts
  461. of a C library.  Documentation of object-oriented libraries or modules may
  462. use CONSTRUCTORS and METHODS sections for detailed documentation of the
  463. parts of the library and save the DESCRIPTION section for an overview; other
  464. large modules may use FUNCTIONS for similar reasons.  Some people use
  465. OVERVIEW to summarize the description if it's quite long.
  466.  
  467. Section ordering varies, although NAME should I<always> be the first section
  468. (you'll break some man page systems otherwise), and NAME, SYNOPSIS,
  469. DESCRIPTION, and OPTIONS generally always occur first and in that order if
  470. present.  In general, SEE ALSO, AUTHOR, and similar material should be left
  471. for last.  Some systems also move WARNINGS and NOTES to last.  The order
  472. given above should be reasonable for most purposes.
  473.  
  474. Finally, as a general note, try not to use an excessive amount of markup.
  475. As documented here and in L<Pod::Man>, you can safely leave Perl variables,
  476. function names, man page references, and the like unadorned by markup and
  477. the POD translators will figure it out for you.  This makes it much easier
  478. to later edit the documentation.  Note that many existing translators
  479. (including this one currently) will do the wrong thing with e-mail addresses
  480. when wrapped in LE<lt>E<gt>, so don't do that.
  481.  
  482. For additional information that may be more accurate for your specific
  483. system, see either L<man(5)> or L<man(7)> depending on your system manual
  484. section numbering conventions.
  485.  
  486. =head1 SEE ALSO
  487.  
  488. L<Pod::Man>, L<Pod::Simple>, L<man(1)>, L<nroff(1)>, L<podchecker(1)>,
  489. L<troff(1)>, L<man(7)>
  490.  
  491. The man page documenting the an macro set may be L<man(5)> instead of
  492. L<man(7)> on your system.
  493.  
  494. The current version of this script is always available from its web site at
  495. L<http://www.eyrie.org/~eagle/software/podlators/>.  It is also part of the
  496. Perl core distribution as of 5.6.0.
  497.  
  498. =head1 AUTHOR
  499.  
  500. Russ Allbery <rra@stanford.edu>, based I<very> heavily on the original
  501. B<pod2man> by Larry Wall and Tom Christiansen.  Large portions of this
  502. documentation, particularly the sections on the anatomy of a proper man
  503. page, are taken from the B<pod2man> documentation by Tom.
  504.  
  505. =head1 COPYRIGHT AND LICENSE
  506.  
  507. Copyright 1999, 2000, 2001, 2004, 2006 by Russ Allbery <rra@stanford.edu>.
  508.  
  509. This program is free software; you may redistribute it and/or modify it
  510. under the same terms as Perl itself.
  511.  
  512. =cut
  513.